home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / zfax40.zip / S-DB.Z / SETUP.INI next >
INI File  |  1994-12-16  |  4KB  |  152 lines

  1. [ZETAFAX]
  2. Type: SystemInit
  3. Revision: A
  4.  
  5. [DEVICES]
  6.  
  7. [SCANNERS]
  8.  
  9. [PRINTERS]
  10.  
  11. [SPOOLING]
  12. Format: EPSON "Epson FX-80"
  13. Format: ASCII "Simple text"
  14.  
  15. [SERVER]
  16. Sysman:  SYSMAN   "SYSMAN.EXE"     "System Manager"               RR
  17. Service: QUEUEMAN "QM.EXE"         "Queue Manager"                RR
  18. Service: ADDMAN   "ADB.EXE"        "Address Book"                 RR
  19. Service: EPSTIFF  "EPSTIFD.EXE"    "TIFF message file converter"  IR
  20. Device:  FCLASS   "DEVFCD.EXE"     "Class 2 fax modem"            RR
  21. Device:  PRINT    "DEVPRNT.EXE"    "Windows printer"              NR
  22.  
  23. [OPTIONS]
  24. ; Number of weekdays to keep the full server message logs
  25. LogKeepDays: 5
  26. ; UseArchiveAttribute should be set to NO if the DOS archive attribute
  27. ; is not supported on your network (eg most Unix networks)
  28. UseArchiveAttribute: NO
  29.  
  30. [WORKSTATION]
  31. ; CoverLineLen and CoverMaxLine are used when splitting the coversheet note
  32. ; into lines.  The first gives the number of characters in each line,
  33. ; the second is the maximum number of lines before a warning is given.
  34. CoverLineLen: 60
  35. CoverMaxLine: 10
  36. ; ChargeCode determines whether Charge Code box appears on Addressing
  37. ; dialog box etc (may be set to YES, NO, or OPTIONAL)
  38. ChargeCode: NO
  39. CoverMaxLines: 10
  40. SendListEntries: 1000
  41.  
  42. [EPSTIFF]
  43. ; The following three lines determine how ASCII text files are
  44. ; sent (number of lines per page and top and bottom margins)
  45. AsciiTopMargin: 4
  46. AsciiBottomMargin: 2
  47. AsciiFormLength: 72
  48.  
  49. [QUEUEMAN]
  50. ; Rules for determining telephone number types for user permissioning
  51. ; (up to 20 rules with 19 categories of numbers)
  52. Telnumtype: International "010"
  53. Telnumtype: National   "0"
  54. Telnumtype: Local   "x"
  55. Telnumtype: Local   ""
  56. ;
  57. ; Definition of Offpeak time, used when submitting messages
  58. Offpeak: AFTER 18:00  BEFORE 08:00  SAT SUN
  59. ; whether sending and message preparation are exclusive (never happen together)
  60. SendExclusive: NO
  61. ; whether messages are failed if all suitable devices are failed
  62. ; (otherwise they wait in the queue for the device to recover)
  63. RemoveFailedDevice: NO
  64. ; resolution when NORMAL is specified for different routes (HIGH or DRAFT)
  65. QualityFax: HIGH
  66. QualityFaxPrint: HIGH
  67. QualityHPPrint: HIGH
  68. QualityPSPrint: HIGH
  69. QualityLan: HIGH
  70. ArchiveRecd: NO
  71. ArchiveRecdPath:
  72. ArchiveSent: NO
  73. ArchiveSentPath:
  74. IgnorePrintFiles: NO
  75. PrintRecd: NO
  76. PrintRecdDevice:
  77. PrintSent: NO
  78. PrintSentDevice:
  79. PrintSentSeparate: NO
  80. PrintSpoolPath:
  81. SendRetryWait: 300
  82. SendTries: 5
  83.  
  84. [ZSUBMIT]
  85. ; next 2 lines give Zetafax user to submit messages and polling directory
  86. ; which should be edited before running the ZSUBMIT automatic
  87. ; submission program - see API documentation for details
  88. User:
  89. Directory:
  90. File: *.SUB
  91. CheckTimer: 10
  92. MessageTidy: NO
  93. MaxActive: 0
  94. SubmitWait: 5
  95. DeleteWait: 5
  96. OtherUsers: YES
  97. SpoolCheckTimer: 10
  98.  
  99. [LOGCVT]
  100. ; report formats for use with the LOGCVT utility program
  101. ; which processes the log of sent faxes
  102. LogFormat: TAB
  103. EndField: \t
  104. EndLine:  \r\n
  105. Field: %dd%-%mm%-%yy%
  106. Field: %th%:%tm%:%ts%
  107. Field: "%user%"
  108. Field: "%to%"
  109. Field: "%org%"
  110. Field: "%fax%"
  111. Field: %errd%
  112. Field: %pages%
  113. Field: %csecs%
  114.  
  115. LogFormat: EXCEL
  116. EndField: \t
  117. EndLine:  \r\n
  118.  
  119. Field: %dd%-%mm%-%yy%
  120. Field: %th%:%tm%:%ts%
  121. Field: "%user%"
  122. Field: "%from%"
  123. Field: "%to%"
  124. Field: "#%fax%"
  125. Field: %csecs%
  126.  
  127. LogFormat: COMMA
  128. EndField: ,\s
  129.  
  130. Field: %dd%-%mm%-%yy%
  131. Field: %th%:%tm%:%ts%
  132. Field: "%user%"
  133. Field: "%to%"
  134. Field: "%org%"
  135. Field: "#%fax%"
  136. Field: %pages%
  137. Field: %csecs%
  138. Field: %chms%
  139.  
  140. LogFormat: REPORT
  141. EndField: \s\s\s
  142. EndLine:  \r\n
  143.  
  144. Field: %dd%-%mmm%-%yy%
  145. Field: %th%:%tm%
  146. Field: %from,-30%
  147. Field: %to,-30%
  148. Field: %org,-30%
  149. Field: %fax,-20%
  150. Field: %errx%
  151. Field: %charge,-30%
  152.